DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / DbParameterCollection Property

In This Topic
    DbParameterCollection Property (C1CommandBase<TCommandImpl>)
    In This Topic
    Get the collection containing all the parameters used by this command
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property DbParameterCollection As DbParameterCollection
    protected virtual DbParameterCollection DbParameterCollection {get;}
    See Also